CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write bmp

搜索资源列表

  1. image_RW_Lib

    0下载:
  2. 一个读写jpg,png,gif,bmp的类库,但不能写gif-a literacy jpg, png, gif, bmp the library, but not write gif
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:734117
    • 提供者:myb
  1. bmpPureC

    0下载:
  2. 纯C++写的读取BMP文件,可以跨操作系统而运行。-write pure C read BMP file, and can run different operating systems.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64072
    • 提供者:shaolong
  1. Cbmpread

    0下载:
  2. 读BMP图像的数据,然后变换(我只是加了一条黑线,但可以进行如去噪,平滑等变换,我下一步的工作),再将数据写回一个新的图像中!在Linux下完成,可以很好的工作,代码是符合ANIS C的,应该是可以在windows下运行的!(运行时需要修改文件路径)-Reading BMP image data, and transform (I just added a black line, but can be as denoising, smoothing transformation, I will
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:3187
    • 提供者:阳陵
  1. view3

    0下载:
  2. 一个自己写的能显示bmp和gif图像的程序。在VC6.0下编译通过-one can write their own shows bmp and gif image process. In compile under VC6.0
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37434
    • 提供者:沐柏
  1. 4702-1

    0下载:
  2. 这是最近做的计算机图形学实验,其界面是一个仿WINDOWS下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论-This is a recent computer graphics e
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:37732
    • 提供者:张张
  1. flashput16bmp

    0下载:
  2. 一个快速写四位bmp位图的c程序-a rapid write four bmp bitmap c procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67486
    • 提供者:湖北
  1. ImgLoad

    0下载:
  2. 图象格式读写库函数(各种图像格式的读写,包括BMP,JPEG,PCX,TGA,ICO,TIFF,PNG,WMF(读取)。使用非常的方便,整个库就两个函数ZLoadImg和ZSaveImg,具体使用在ZImgLoad.h中有说明。-image format reading and writing library functions (various image formats read and write, including BMP, JPEG, PCX, TGA, PCX, TIFF, PNG
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:245967
    • 提供者:
  1. 位图文件的读取与保存

    0下载:
  2. bmp位图文件的读取与保存,可以借此熟悉bmp的文件结构-A demo shows how to read and write a bitmap file which can help you to familiar with bitmap structure.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72450
    • 提供者:彭晔
  1. libbmp

    0下载:
  2. 纯C写的BMP图象处理代码。做底层图象处理有用啊-write pure C BMP image processing code. So the bottom image processing useful ah
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2620
    • 提供者:lixh
  1. LDV个人相册系统 v1.5.1 [PHP]

    1下载:
  2. 呵呵,几天的功夫没有白费,终于写出了这个个人相册。 这个相册需要GD2的支持,支持的图片格式有 jpg/jpeg, gif,png,bmp。-Oh, a few days of work were not in vain, and finally write the personal photo albums. This album needs GD2 the support of the picture format is jpg / jpeg, gif, png, bmp.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:28761
    • 提供者:大包
  1. PushSource.rar

    0下载:
  2. pushsource filter 想写push source的强烈推荐看下这个范例 带源码 注册之后可以播放连续的BMP画面,pushsource filter to write a push source strongly recommend facie this example with source code can be registered to play for the screen of the BMP
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-25
    • 文件大小:8207935
    • 提供者:
  1. PicHistogram.rar

    0下载:
  2. 自己写的用OpenCV计算BMP和JPEG等格式图像直方图,写入TXT文件并在对话框中显示出来的VC6.0程序,请注意:我用的是OpenCV1.0开发的,Write your own calculation using OpenCV formats such as BMP and JPEG image histogram, write TXT file and in the dialog box shown VC6.0 procedures, please note: I use the Ope
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:495391
    • 提供者:李文凯
  1. jpg2bmp.rar

    0下载:
  2. 一个用纯c写的jpg转bmp的源代码。vc6通过。,Pure c a jpg to bmp write the source code. vc6 through.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-26
    • 文件大小:9782
    • 提供者:elfkid
  1. 用MFC构建图像显示和操作的界面

    0下载:
  2. 用MFC构建图像显示和操作的界面; 掌握图像显示的方法并实现它; 编写读入BMP图像文件的程序; 编写把图像写入BMP图像文件的程序;,Image display using MFC to build and operate the interface master image display method and to achieve it the preparation of BMP image file read procedure the preparation of th
  3. 所属分类:界面编程

    • 发布日期:2017-05-27
    • 文件大小:4333341
    • 提供者:程博
  1. RichEdit_03_11_23_36.rar

    0下载:
  2. RichEdit读写rtf文件.主要是加载和写入BMP图片文件.,RichEdit read and write rtf file, with the loading and writing of bmp file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:106582
    • 提供者:好好
  1. ReadWriteBmpStd

    0下载:
  2. bmp图像处理,根据bmp位图结构,使用c语言进行读写-bmp image processing, according to bmp bitmap structure, read and write using c language
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2547055
    • 提供者:davie
  1. bitmap

    0下载:
  2. Using C to write file into BMP format file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2723
    • 提供者:dorr
  1. imageprocess

    0下载:
  2. MFC实现bmp图像读写,绘制直方图以及直方图处理-MFC achieve bmp image read and write, draw histogram and the histogram processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9502373
    • 提供者:vikoo
  1. myfinalwork

    0下载:
  2. 实现第十章中采用Hough变换来检测图像中圆的过程。并对我提供的一幅灰度图像(sweden-coins.bmp),通过包括平滑(把细节去除),边缘检测(得到轮廓)以及Hough变换得到的圆,并把结果叠加到原来的灰度图像上。给出具体的过程,中间结果,最后结果,实现的代码,并写出报告-Implement Chapter Hough transform to detect the use of the image circle of the process. And I offer a graysca
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4279777
    • 提供者:cici
  1. ElectronicAlbums

    0下载:
  2. C语言写的简单的电子相册,能实现bmp图片的浏览,但是移植性差,可能在不同的机器上不能显示图片。-C language to write simple electronic albums, bmp picture to achieve the browser, but the poor transplantation may be on different machines can not display picture.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-31
    • 文件大小:12806740
    • 提供者:何润平
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com